const github.com/andybalholm/brotli.huffmanMaxCodeLengthCodeLength
9 uses
github.com/andybalholm/brotli (current package)
decode.go#L588: p = p[getBitsUnmasked(br)&uint64(bitMask(huffmanMaxCodeLengthCodeLength)):]
decode.go#L628: p = p[bits&bitMask(huffmanMaxCodeLengthCodeLength):]
decode.go#L735: for i = 0; i <= huffmanMaxCodeLengthCodeLength; i++ {
huffman.go#L64: const huffmanMaxCodeLengthCodeLength = 5
huffman.go#L410: var offset [huffmanMaxCodeLengthCodeLength + 1]int
huffman.go#L414: assert(huffmanMaxCodeLengthCodeLength <= reverseBitsMax)
huffman.go#L421: for i = 0; i < huffmanMaxCodeLengthCodeLength; i++ {
huffman.go#L445: table_size = 1 << huffmanMaxCodeLengthCodeLength
huffman.go#L475: if bits > huffmanMaxCodeLengthCodeLength {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |